func github.com/vmihailenco/msgpack/v5.encodeInt64CondValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_number.go#L242: func encodeInt64CondValue(e *Encoder, v reflect.Value) error {
		encode_value.go#L19: 		reflect.Int64:         encodeInt64CondValue,